body {
    background: url(../../images/bg.jpg);
}

img {
    background: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    white-space: nowrap;
}

#header {
    position: relative;
    width: 100%;
    height: 450px;
    border-bottom: 1px solid #666;
    background-image: url(../../images/bgHeader.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}

#nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -495px;
    width: 990px;
    border-radius: 5px 5px 0 0;
    background: #333;
    background: url(../../images/opacity_bg.png);
}

#nav ul li {
    float: left;
    width: 90px;
}

#nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 46px;
}

#nav ul li a:hover {
    color: #3aac3a;
}

#nav ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #888;
    content: ' ';
}

#nav ul li:first-of-type a:before {
    display: none;
}

#main {
    margin: 0 auto;
    width: 990px;
}

#footer {
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 0;
    width: 990px;
    border-top: 1px solid #ddd;
    color: #888;
    text-align: center;
    font-size: 1.2rem;
}

#footer a {
    color: #888;
}

#footer #bottom-link {
    margin-bottom: 15px;
}

#footer #bottom-link a {
    display: inline-block;
    margin: 0 10px;
    padding: 3px 10px;
    border: 1px dashed #ccc;
}

#crumbs {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    line-height: 40px;
}

#crumbs p {
    margin: 0 auto;
    width: 990px;
}

#crumbs p a {
    color: #3aac3a;
}

#crumbs p a:after {
    margin: 0 7px;
    color: #ccc;
    content: '>';
}

#crumbs p strong {
    color: #888;
    font-weight: 400;
}

#map {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
}

#map #map-list {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 815px;
    background: url(../../images/map.png) no-repeat top;
}

#map #map-list #action {
    position: absolute;
    top: 80px;
    right: 106px;
}

#map #map-list #action i {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 90px;
    border-radius: 5px;
    background: #178fe5;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#map #map-list #action i:hover {
    background: #71c3e1;
}

#map #map-list #action #jqin {
    background: #f90;
}

#map #map-list #action #f-switch {
    background: #888;
}

#map #map-list li {
    position: absolute;
    width: 20px;
    height: 28px;
}

#map #map-list li:hover {
    z-index: 5;
}

#map #map-list li span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 28px;
    background: url(../../images/icon.png) no-repeat -190px -19px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: default;
}

#map #map-list li a {
    position: absolute;
    top: 0;
    display: block;
    margin-left: 20px;
    padding: 0 3px;
    width: auto;
    height: 18px;
    background: #87ac2f;
    color: #fff;
    white-space: nowrap;
    font-size: 80%;
    line-height: 18px;
}

#map #map-list .l a {
    right: 0;
    margin-right: 20px;
    padding: 0 2px 0 4px;
}

#map #map-list .j span {
    background-position: -17px -79px;
}

#map #map-list .j a {
    background: #5ab4f9;
    color: #fff;
}

#map #map-list .h span {
    background-position: -17px -19px;
}

#map #map-list .h a {
    background: #f90;
    color: #fff;
}

.column-name {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #3aac3a;
    font-size: 1.6rem;
    line-height: 16px;
}

.column-title {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    height: 28px;
    line-height: 28px;
}

.column-title i {
    color: #3aac3a;
    font-size: 2.8rem;
}

.column-title h1,
.column-title h2 {
    display: inline;
    color: #3aac3a;
    font-size: 2.8rem;
}

.column-title em {
    color: #aaa;
    font-size: 2rem;
}

.column-title .column-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
}

.column-title .column-menu span {
    float: left;
    display: block;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 3px;
    background: #aaa;
    color: #fff;
    cursor: pointer;
}

.column-title .column-menu .on {
    background: #3aac3a;
    color: #fff;
}

#article {
    float: left;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px;
    width: 650px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}

#article #article-header {
    margin-bottom: 20px;
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #ddd;
    color: #888;
}

#article #article-header a {
    color: #888;
}

#article #article-header #article-title {
    margin-bottom: 10px;
    color: #262626;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 42px;
    white-space: normal;
}

#article #article-header span {
    margin-right: 20px;
}

#article #article-content {
    min-height: 500px;
    color: #262626;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.6rem;
}

#article #article-content img {
    width: 618px;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

#article #article-content a {
    font-weight: 600;
}

#article #article-content strong {
    font-weight: 600;
}

#article #article-content h1,
#article #article-content h2,
#article #article-content h3,
#article #article-content h4,
#article #article-content h5 {
    font-weight: bold;
    margin: 40px 0 14px;
}

#article #article-content p {
    margin-bottom: 26px;
}

#right {
    float: right;
    width: 320px;
}

#right #hot-hotel,
#right #hot-jingdian {
    margin-bottom: 20px;
}

#right #hot-hotel ul,
#right #hot-jingdian ul {
    overflow: hidden;
    margin-top: -10px;
    margin-left: -10px;
}

#right #hot-hotel ul li,
#right #hot-jingdian ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    width: 50%;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

#right #hot-hotel ul li a,
#right #hot-jingdian ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    height: 100px;
}

#right #hot-hotel ul li img,
#right #hot-jingdian ul li img {
    width: 100%;
    height: auto;
}

#right #hot-hotel ul li h2,
#right #hot-jingdian ul li h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/opacity_bg.png);
    color: #fff;
    text-align: center;
    padding-top: 30%;
}

#right #hot-hotel ul li:hover h2,
#right #hot-jingdian ul li:hover h2 {
    display: none;
}

#right #hot-gonglue {
    margin-bottom: 20px;
}

#right #hot-gonglue ul {
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

#right #hot-gonglue ul li {
    overflow: hidden;
    margin-top: -1px;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
}

#right #hot-gonglue ul li a h2 {
    color: #888;
}

#right #hot-gonglue ul li a h2:hover {
    color: #3aac3a;
}

#right #qun {
    background: #fff;
}

#right #qun a {
    display: block;
    padding: 30px 40px 30px 110px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url(../../images/icon.png) no-repeat 40px -227px;
    font-size: 1.8rem;
}

#right #qun a:hover {
    background: url(../../images/icon.png) no-repeat 40px -329px;
}

#news-list {
    float: left;
    padding-right: 20px;
    width: 629px;
    min-height: 725px;
    border-right: 1px solid #ddd;
}

#news-list ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

#news-list ul li i {
    float: left;
    margin-right: 10px;
    width: 30px;
    border-radius: 3px;
    background: #3aac3a;
    color: #fff;
    text-align: center;
}

#news-list ul li h2 {
    float: left;
}

#news-list ul li h2 a {
    color: #585858;
}

#news-list ul li h2 a:hover {
    color: #f50;
}

#news-list ul li span {
    float: right;
    color: #3aac3a;
}

#huodong-list {
    float: left;
    padding-right: 20px;
    width: 629px;
    min-height: 725px;
    border-right: 1px solid #ddd;
}

#huodong-list ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

#huodong-list ul li i {
    float: left;
    margin-right: 10px;
    width: 30px;
    border-radius: 3px;
    background: #3aac3a;
    color: #fff;
    text-align: center;
}

#huodong-list ul li h2 {
    float: left;
}

#huodong-list ul li h2 a {
    color: #585858;
}

#huodong-list ul li h2 a:hover {
    color: #f50;
}

#huodong-list ul li span {
    float: right;
    color: red;
}

#huodong-list ul li em {
    float: right;
    color: #888;
}

#huodong-list ul li,
#news-list ul li {
    zoom: 1;
}

#huodong-list ul li:after,
#news-list ul li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

#jingdian-list {
    margin: 0 auto;
    width: 990px;
}

#jingdian-list ul {
    display: none;
}

#jingdian-list .on {
    display: block;
}

#jingdian-list ul li {
    overflow: hidden;
    background: #333;
}

#jingdian-list ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 182px;
    height: 122px;
}

#jingdian-list ul li h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

#jingdian-list #jingdian-list-hot {
    position: relative;
    height: 406px;
}

#jingdian-list #jingdian-list-hot li {
    position: absolute;
}

#jingdian-list #jingdian-list-hot #item-1 {
    top: 0;
    left: 0;
    width: 384px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-2 {
    top: 0;
    left: 404px;
    width: 182px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-3 {
    top: 0;
    left: 606px;
    width: 182px;
    height: 264px;
}

#jingdian-list #jingdian-list-hot #item-4 {
    top: 0;
    left: 808px;
    width: 182px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-5 {
    top: 142px;
    left: 0;
    width: 182px;
    height: 264px;
}

#jingdian-list #jingdian-list-hot #item-6 {
    top: 142px;
    left: 202px;
    width: 384px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-7 {
    top: 142px;
    left: 808px;
    width: 182px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-8 {
    top: 284px;
    left: 202px;
    width: 182px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-9 {
    top: 284px;
    left: 404px;
    width: 182px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot #item-10 {
    top: 284px;
    left: 606px;
    width: 384px;
    height: 122px;
}

#jingdian-list #jingdian-list-hot li h2 {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
}

#jingdian-list #jingdian-list-all {
    margin-top: -20px;
    margin-left: -20px;
}

#jingdian-list #jingdian-list-all li {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 182px;
    height: 162px;
}

#jingdian-list #jingdian-list-all li h2 {
    background: #fff;
    color: #666;
}

#hotel-list {
    margin: 0 auto;
    width: 990px;
}

#hotel-list ul {
    display: none;
    margin-top: -20px;
    margin-left: -20px;
}

#hotel-list .on {
    display: block;
}

#hotel-list ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 182px;
}

#hotel-list ul li h2 {
    width: 100%;
    background: #fff;
    color: #666;
    text-align: center;
    line-height: 40px;
}

#hotel-list #hotel-list-hot li {
    height: 192px;
    border-radius: 3px;
}

#hotel-list #hotel-list-hot li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 182px;
    height: 122px;
}

#hotel-list #hotel-list-hot li h2 {
    position: absolute;
    top: 122px;
    left: 0;
    z-index: 1;
    padding-left: 15px;
    text-align: left;
    line-height: 35px;
}

#hotel-list #hotel-list-hot li p {
    position: absolute;
    top: 157px;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 35px;
}

#hotel-list #hotel-list-hot li p i {
    display: block;
    margin: 0 15px;
    border-top: 1px solid #DDD;
    color: #999;
    font-size: 1.2rem;
}

#hotel-list #hotel-list-hot li p i:before {
    margin-right: 5px;
    content: "\e7c0";
    font-family: iconfont;
}

#hotel-list #hotel-list-all li {
    border-radius: 5px;
}

#hotel-list #hotel-list-all li:hover h2 {
    background: #3aac3a;
    color: #fff;
}

#meishi-list {
    margin: 0 auto;
    width: 990px;
}

#meishi-list ul {
    margin-top: -20px;
    margin-left: -20px;
}

#meishi-list ul li {
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 182px;
    height: 242px;
}

#meishi-list ul li img {
    width: 182px;
    height: 122px;
}

#meishi-list ul li h2 {
    color: #3aac3a;
    white-space: nowrap;
    line-height: 40px;
}

#meishi-list ul li p {
    color: #888;
}

#meishi-list ul li p i {
    color: #f50;
}

#youwan-list {
    margin: 0 auto;
    width: 990px;
}

#youwan-list ul {
    margin-top: -20px;
    margin-left: -20px;
}

#youwan-list ul li {
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 182px;
    height: 242px;
}

#youwan-list ul li img {
    width: 182px;
    height: 122px;
}

#youwan-list ul li h2 {
    color: #3aac3a;
    white-space: nowrap;
    line-height: 40px;
}

#youwan-list ul li p {
    color: #888;
}

#youwan-list ul li p i {
    color: #f50;
}

#gonglue-list {
    margin: 0 auto;
    width: 990px;
}

#gonglue-list #gonglue-list-hot {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#gonglue-list #gonglue-list-hot #gonglue-list-top {
    position: relative;
    float: left;
    overflow: hidden;
    width: 480px;
    height: 295px;
}

#gonglue-list #gonglue-list-hot #gonglue-list-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 295px;
}

#gonglue-list #gonglue-list-hot #gonglue-list-top h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: -20px;
    width: 100%;
    background: url(../../images/opacity_bg.png);
    color: #fff;
    text-align: center;
    line-height: 35px;
}

#gonglue-list #gonglue-list-hot ul {
    float: left;
    overflow: hidden;
    margin-top: -30px;
    margin-left: 30px;
    width: 480px;
}

#gonglue-list #gonglue-list-hot ul li {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
    height: 35px;
}

#gonglue-list #gonglue-list-hot ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 35px;
}

#gonglue-list #gonglue-list-hot ul li h2 {
    position: absolute;
    top: 0;
    left: 90px;
    overflow: hidden;
    width: 389px;
}

#gonglue-list #gonglue-list-hot ul li p {
    position: absolute;
    top: 20px;
    left: 90px;
    overflow: hidden;
    width: 389px;
    color: #999;
}

#gonglue-list #gonglue-list-all {
    margin-top: -30px;
    margin-left: -30px;
}

#gonglue-list #gonglue-list-all li {
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 30px;
    width: 225px;
    height: 224px;
}

#gonglue-list #gonglue-list-all li img {
    width: 225px;
    height: 122px;
}

#gonglue-list #gonglue-list-all li h2 {
    color: #555;
    line-height: 40px;
}

#gonglue-list #gonglue-list-all li p {
    color: #888;
}

#renwen-list {
    margin: 0 auto;
    width: 990px;
}

#renwen-list ul {
    margin-top: -30px;
    margin-left: -30px;
}

#renwen-list ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 30px;
    width: 478px;
    height: 154px;
    border: 1px solid #ddd;
    background: #fff;
}

#renwen-list ul li img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 182px;
    height: 122px;
}

#renwen-list ul li h2 {
    position: absolute;
    top: 15px;
    left: 212px;
    padding-bottom: 10px;
    width: 251px;
    border-bottom: 1px dashed #ddd;
    color: #3aac3a;
}

#renwen-list ul li p {
    position: absolute;
    top: 55px;
    left: 212px;
    width: 251px;
    height: 82px;
    color: #888;
    font-size: 1.2rem;
}

#jiaotong-list {
    margin: 0 auto;
    width: 990px;
}

#jiaotong-list ul {
    margin-top: -30px;
    margin-left: -30px;
}

#jiaotong-list ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 30px;
    width: 478px;
    height: 154px;
    border: 1px solid #ddd;
    background: #fff;
}

#jiaotong-list ul li img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 182px;
    height: 122px;
}

#jiaotong-list ul li h2 {
    position: absolute;
    top: 15px;
    left: 212px;
    padding-bottom: 15px;
    width: 251px;
    height: 14px;
    border-bottom: 1px dashed #ddd;
    color: #3aac3a;
    line-height: 14px;
}

#jiaotong-list ul li p {
    position: absolute;
    top: 55px;
    left: 212px;
    width: 251px;
    height: 82px;
    color: #888;
}

#wenda-list {
    margin: 0 auto;
    width: 990px;
}

#wenda-list ul {
    margin-top: -30px;
    margin-left: -30px;
}

#wenda-list ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 30px;
    width: 988px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}

#wenda-list ul li h2 {
    position: absolute;
    top: 15px;
    left: 60px;
    width: 800px;
    height: 14px;
    color: #888;
    white-space: nowrap;
    line-height: 14px;
}

#wenda-list ul li h2 a:hover {
    color: #f50;
}

#wenda-list ul li span {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #888;
    line-height: 14px;
}

#wenda-list ul li span i {
    color: #3aac3a;
}

#wenda-list ul li span em {
    color: #f50;
}

#wenda-list ul li .num {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
    background: #3aac3a;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 45px;
}

#wenda-add {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 990px;
}

#wenda-add ul li {
    margin-top: 10px;
    color: red;
}

#wenda-add ul li input[type=text],
#wenda-add ul li textarea {
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    color: #585858;
    transition: border-color .2s ease-in-out;
}

#wenda-add ul li input[type=text] {
    margin-left: 10px;
}

#wenda-add #wenda-title {
    margin-left: 0;
    width: 510px;
}

#wenda-add #wenda-phone {
    width: 200px;
}

#wenda-add #wenda-email {
    width: 200px;
}

#wenda-add #wenda-content {
    padding: 9px;
    width: 970px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    resize: none;
}

#wenda-add #wenda-but {
    margin-right: 20px;
    width: 100px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #3aac3a;
    color: #fff;
    cursor: pointer;
}

#wenda-add #wenda-content:focus,
#wenda-add #wenda-email:focus,
#wenda-add #wenda-phone:focus,
#wenda-add #wenda-title:focus {
    border-color: #3aac3a;
}

#wenda-add #wenda-but:hover {
    background: #169D16;
}

#wenda-add #wenda-but:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

#wenda-add #wenda-tips {
    color: #f50;
}

#reply {
    margin: 0 auto;
    width: 990px;
}

#reply ul {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

#reply ul #ask-title {
    position: relative;
}

#reply ul #ask-title h1,
#reply ul #ask-title h2 {
    color: #f50;
    font-size: 1.8rem;
    line-height: 18px;
}

#reply ul #ask-title span {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
}

#reply ul #ask-content,
#reply ul #reply-content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    line-height: 1.8em;
}

#reply ul #ask-content span,
#reply ul #reply-content span {
    margin-right: 15px;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
}

#reply ul #ask-content span {
    background: #3aac3a;
}

#reply ul #reply-content span {
    background: #f50;
}

#reply ul #reply-tips {
    margin: 15px 0;
    padding: 6px 10px;
    border-radius: 5px;
    background: #f5f5f5;
    color: #3aac3a;
}

#reply ul #reply-tips a {
    color: #3aac3a;
}

#reply ul #reply-tips a:hover {
    color: #f30;
}

#hotel-content {
    overflow: hidden;
    margin: 30px auto 0 auto;
    padding: 30px;
    width: 990px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}

#hotel-content #hotel-info h1 {
    overflow: hidden;
    color: #3aac3a;
    font-size: 3rem;
    line-height: 30px;
    font-weight: bold;
}

#hotel-content #hotel-info h1 span {
    margin-left: 15px;
    font-size: 1.6rem;
    font-weight: normal;
}

#hotel-content #hotel-info p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b0d0b0;
}

#hotel-content #hotel-info .contact {
    font-size: 1.8rem;
}

#hotel-content #hotel-info .about {
    color: #333;
    line-height: 1.8em;
}

#hotel-content #hotel-info .contact span {
    display: inline-block;
    margin-right: 20px;
    color: #333;
}

#hotel-content #hotel-info .contact span:before {
    margin-right: 5px;
    color: #3aac3a;
    font-family: iconfont;
}

#hotel-content #hotel-info .contact #contactname:before {
    content: "\e792";
}

#hotel-content #hotel-info .contact #contactphone:before,
#hotel-content #hotel-info .contact #landline:before {
    content: "\e7c7";
}

#hotel-content #hotel-info .contact #address:before {
    content: "\e7c0";
}

#hotel-content #facilities {
    overflow: hidden;
}

#hotel-content #facilities ul li {
    float: left;
    margin-top: 15px;
    width: 25%;
    border-radius: 3px;
    color: #555;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

#hotel-content #facilities ul li:before {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    color: #3aac3a;
    content: "\e65a";
    vertical-align: middle;
    font-size: 1.8rem;
    font-family: iconfont;
}

#hotel-content #hotel-image {
    overflow: hidden;
}

#hotel-content #facilities ul,
#hotel-content #hotel-image ul {
    margin: 30px -20px 0 -20px;
}

#hotel-content #facilities ul h3,
#hotel-content #hotel-image ul h3 {
    position: relative;
    margin-bottom: 5px;
    height: 26px;
    color: #333;
    line-height: 26px;
    margin-left: 20px;
}

#hotel-content #facilities ul h3 i,
#hotel-content #hotel-image ul h3 i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    padding: 0 10px;
    border: 1px solid #b0d0b0;
    border-radius: 3px;
    background: #fff;
    color: #3aac3a;
}

#hotel-content #facilities ul h3 span,
#hotel-content #hotel-image ul h3 span {
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    background: #b0d0b0;
}

#hotel-content #hotel-image ul li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    border-radius: 3px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#hotel-content #hotel-image ul li a {
    display: block;
    position: relative;
    min-height: 100px;
    background-color: #F5F5F5;
}

#hotel-content #hotel-image ul li img {
    width: 100%;
    height: auto;
}

#hotel-content #hotel-image ul li h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../../images/opacity_bg.png);
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#hotel-content #hotel-introduce {
    overflow: hidden;
}

#hotel-content #hotel-introduce h1 {
    font-size: 30px;
}

#hotel-content #hotel-introduce img {
    vertical-align: middle;
    max-width: 100%
}

#hotel-content #hotel-introduce hr {
    margin: 15px 0;
}

#hotel-content #hotel-introduce p {
    margin: 5px 0;
}

#hotel-content #hotel-introduce table td {
    padding: 5px;
}

#hotel-content #hotel-introduce table td img {
    margin-bottom: 7px;
    width: 100% !important;
}

#page {
    margin-top: 30px;
}

#page .current,
#page .next,
#page .num,
#page .prev {
    margin-right: 8px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #3aac3a;
    color: #fff;
}

#page .current {
    background: #aaa;
}

#hotel h3,
#main-left h3,
#main-right h3 {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
}

#hotel h3:before,
#main-left h3:before,
#main-right h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #3aac3a;
    content: ' ';
}

#hotel h3 a,
#main-left h3 a,
#main-right h3 a {
    display: block;
    margin: 0 auto;
    width: 110px;
    border-radius: 100px;
    background: #3aac3a;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    letter-spacing: 3px;
    line-height: 30px;
}

#main-left {
    float: left;
    overflow: hidden;
    margin-top: 30px;
    width: 586px;
}

#main-right {
    float: right;
    overflow: hidden;
    margin-top: 30px;
    width: 380px;
    height: 1092px;
    border: 2px dashed #ddd;
    border-radius: 5px;
}

#jingdian ul {
    margin-top: -20px;
    margin-left: -20px;
}

#jingdian ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 182px;
    height: 122px;
}

#jingdian ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 182px;
    height: 122px;
}

#jingdian ul li h2 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    width: 100%;
    color: #fff;
    text-align: center;
}

#jingdian ul li h2 span {
    display: inline-block;
    padding: 4px 10px;
    background: url(../../images/opacity_bg.png);
}

#jingdian ul .top,
#jingdian ul .top img {
    height: 264px;
}

#meishi {
    margin-left: 20px;
    width: 182px;
}

#youwan {
    width: 182px;
}

#jiaotong {
    margin-left: 20px;
    width: 182px;
}

#jiaotong ul,
#meishi ul,
#youwan ul {
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
}

#jiaotong ul li,
#meishi ul li,
#youwan ul li {
    position: relative;
    margin-top: -1px;
    border-top: 1px dashed #ddd;
}

#jiaotong ul li a,
#meishi ul li a,
#youwan ul li a {
    display: block;
}

#jiaotong ul li h2,
#meishi ul li h2,
#youwan ul li h2 {
    display: block;
    overflow: hidden;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
}

#jiaotong ul li span,
#meishi ul li span,
#youwan ul li span {
    display: none;
    overflow: hidden;
    height: 60px;
}

#jiaotong ul li span img,
#meishi ul li span img,
#youwan ul li span img {
    width: 100%;
    height: auto;
}

#jiaotong ul li i,
#meishi ul li i,
#youwan ul li i {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 19px;
    height: 19px;
    background: #aaa;
    color: #fff;
    text-align: center;
    line-height: 19px;
}

#jiaotong ul .on,
#meishi ul .on,
#youwan ul .on {
    padding-bottom: 13px;
}

#jiaotong ul .on h2,
#meishi ul .on h2,
#youwan ul .on h2 {
    color: #3aac3a;
}

#jiaotong ul .on span,
#meishi ul .on span,
#youwan ul .on span {
    display: block;
}

#jiaotong ul .on i,
#meishi ul .on i,
#youwan ul .on i {
    background: #3aac3a;
}

#gonglue,
#huodong,
#wenda,
#xinwen {
    overflow: hidden;
    padding: 0 20px;
    height: 235px;
}

#gonglue ul,
#huodong ul,
#wenda ul,
#xinwen ul {
    overflow: hidden;
}

#gonglue ul li,
#huodong ul li,
#wenda ul li,
#xinwen ul li {
    position: relative;
    border-top: 1px dashed #ddd;
    line-height: 35px;
}

#gonglue ul li:first-of-type,
#huodong ul li:first-of-type,
#wenda ul li:first-of-type,
#xinwen ul li:first-of-type {
    border-top: 0;
}

#gonglue ul li h2,
#huodong ul li h2,
#wenda ul li h2,
#xinwen ul li h2 {
    width: 82%;
    text-overflow: ellipsis;
    overflow: hidden;
}

#gonglue ul li h2 a:hover,
#huodong ul li h2 a:hover,
#wenda ul li h2 a:hover,
#xinwen ul li h2 a:hover {
    color: #3aac3a;
}

#gonglue ul li span,
#huodong ul li i,
#huodong ul li span,
#wenda ul li i,
#wenda ul li span,
#xinwen ul li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #bbb;
}

#huodong ul li i,
#wenda ul li i {
    color: #f50;
}

#wenda {
    height: 285px;
}

#tool {
    margin: 20px 20px 0 20px;
    border: 1px dashed #3aac3a;
    border-radius: 5px;
}

#tool ul {
    overflow: hidden;
    margin: 10px;
    border-radius: 3px;
    background: #fff url(../../images/tool_map.png) no-repeat;
}

#tool ul li {
    padding-right: 20px;
    height: 63px;
    color: #fff;
    text-align: right;
    font-size: 1.8rem;
    line-height: 63px;
    cursor: pointer;
}

#tool ul li:hover {
    color: #d4fa00;
}

#hotel {
    float: left;
    width: 990px;
}

#hotel ul {
    margin-top: -20px;
    margin-left: -20px;
}

#hotel ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 182px;
    height: 192px;
    border-radius: 2px;
}

#hotel ul li img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

#hotel ul li h2 {
    position: absolute;
    top: 122px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #fff;
    line-height: 35px;
}

#hotel ul li p {
    position: absolute;
    top: 157px;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 35px;
}

#hotel ul li p i {
    display: block;
    margin: 0 15px;
    border-top: 1px solid #DDD;
    color: #999;
    font-size: 1.2rem;
}

#hotel ul li p i:before {
    margin-right: 5px;
    content: "\e7c0";
    font-family: iconfont;
}

#friendlink {
    overflow: hidden;
    margin: 30px auto 0 auto;
    padding-top: 20px;
    width: 990px;
    border-top: 1px solid #ddd;
    line-height: 1.8em;
    font-size: 1.2rem;
    text-align: center;
}

#friendlink a {
    display: inline-block;
    margin: 0 5px;
    color: #bbb;
}

#friendlink a:hover {
    color: #3aac3a;
}

#slide {
    position: relative;
    overflow: hidden;
    width: 586px;
    height: 237px;
}

#slide img {
    width: 586px;
    height: 237px;
}

#slide a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slide .next,
#slide .prev {
    position: absolute;
    top: 60px;
    display: none;
    width: 40px;
    height: 100px;
    background: url(../../images/btn.png) no-repeat;
}

#slide .prev {
    left: 0;
}

#slide .next {
    right: 0;
    background-position: right;
}

#fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    width: 115px;
    padding: 0 5px 5px 5px;
    border-radius: 5px;
    background: #3aac3a;
    box-shadow: 0 0 5px #888;
}

#fixed-contact ul li {
    overflow: hidden;
    margin-top: 5px;
    padding: 8px;
    border-radius: 3px;
    background: #fff;
}

#fixed-contact ul li a,
#fixed-contact ul li i,
#fixed-contact ul li span {
    display: block;
    color: #686868;
}

#fixed-contact ul li i {
    margin-bottom: 3px;
    color: #3aac3a;
    line-height: 14px;
}

#fixed-contact ul li a,
#fixed-contact ul li span {
    padding-top: 3px;
    border-top: 1px solid #ddd;
}

#fixed-contact ul li img {
    width: 100%;
}

#fixed-contact .baidu_map {
    cursor: pointer;
}

#fixed-contact #baidu_map_box,
#fixed-contact #baidu_map_box #baidu_map {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 500px;
    height: 500px;
    border-radius: 5px;
}

#fixed-contact #baidu_map_box {
    right: 134px;
    z-index: 1111;
    display: none;
    border: 5px solid #3AAC3A;
    background: #3AAC3A;
    box-shadow: 0 0 5px #888;
}

#fixed-contact #baidu_map_box img {
    background: 0 0;
}

#sitemap {
    margin: 0 auto;
    width: 990px;
}

#sitemap dl dt {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

#sitemap dl dd {
    float: left;
    margin: 8px 2%;
    width: 28%;
    line-height: 1.42857143;
}

#hotel ul li img,
#hotel-list #hotel-list-hot li img,
#jingdian ul li img,
#jingdian-list ul li img,
#right #hot-hotel ul li img,
#right #hot-jingdian ul li img {
    opacity: .92;
    transition: all .6s ease 0s;
}

#hotel ul li:hover img,
#hotel-list #hotel-list-hot li:hover img,
#jingdian ul li:hover img,
#jingdian-list ul li img:hover,
#right #hot-hotel ul li img:hover,
#right #hot-jingdian ul li img:hover {
    opacity: .8;
    transition: all .6s ease 0s;
    transform: scale(1.1);
}

#hotel ul li,
#jiaotong ul,
#jingdian ul li,
#jingdian ul li h2 span,
#meishi ul,
#slide,
#youwan ul {
    border-radius: 3px;
}

#hotel ul li:hover h2,
#hotel-list #hotel-list-hot li:hover h2 {
    color: #3AAC3A;
}

#hotel ul li span,
#hotel-list #hotel-list-hot li span {
    position: absolute;
    top: 85px;
    left: 15px;
    z-index: 10;
    color: #f50;
    text-shadow: #FFF 1px 0 0, #FFF 0 1px 0, #FFF -1px 0 0, #FFF 0 -1px 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 35px;
}

#hotel ul li em,
#hotel-list #hotel-list-hot li em {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 3;
    padding: 0 8px;
    border: 1px solid #FFF;
    border-top: none;
    border-radius: 0 0 3px 3px;
    background: #3AAC3A;
    color: #FFF;
    line-height: 25px;
}

.footer-icon {
    margin-top: 10px;
}

.footer-icon img {
    margin: 0 10px;
    width: auto;
    height: 50px;
    background: none;
}

.hotel-top {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 10px;
}

.hotel-top img {
    width: 100%;
    background: none;
}


/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
    opacity: .6;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
    opacity: .6;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-slide img {
    width: 100%;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.vr {
    margin-top: 20px;
    width: 100%;
    height: 500px;
}

.vr_new {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.vr_new img {
    width: 100%;
    background: none;
}

.vr-html {
    display: block;
    width: 100%;
    height: 100%;
}

#ad-u3597336 {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
}
